nav.sticky-navbar {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	z-index: 1000;
}

.nav-tabs .nav-item.show .nav-link.zs-navbar-link {
	background-color: transparent;
	color: #e9608e;
}

.dropdown-menu .dropdown-item.active, 
.dropdown-menu .dropdown-item:active {
	background-color: #e9608e;
}

/* Colours */

.zs-text-pink {
	color: #e9608e;
}

.zs-text-grey {
	color: #7a7a7a;
}

.zs-text-light {
	color: #959595;
}



/* Headers */
div.zs-header a {
	text-decoration: none;
	color: #e9608e;
	font-size: 2.25rem;
	font-weight: 500;
}

h3 {
	color: #e9608e;
}

p.zs-modal-subheader {
	color: #959595;
	font-weight: normal;
	font-size: 1rem;
}



/* Introductory Text */

.zs-intro-text {
	font-style: italic;
	font-size: 1.25rem;
}



/* Standard Links */

a.zs-link {
	color: #e9608e;
	font-weight: bold;
}

a.zs-link-large {
	color: #e9608e;
	font-weight: bold;
	font-size: 1.25rem;
}

a.zs-link-muted {
	color: #7a7a7a;
}

a.zs-link-muted.active {
    color: black !important;
    font-weight: bold;
    background-color: transparent !important;
}

@media (hover: hover) {
	a.zs-link:hover {
		color: #7a7a7a;
	}

	a.zs-link-large:hover {
		color: #7a7a7a;
	}

	a.zs-link-muted:hover {
		color: #e9608e;
	}
}

@media (hover: none) {
	a.zs-link:hover {
		color: #e9608e;
		text-decoration: none;
	}

	a.zs-link-large:hover {
		color: #e9608e;
		text-decoration: none;
	}

	a.zs-link-muted:hover {
		color: #7a7a7a;
		text-decoration: none;
	}
}



/* Social Media Links*/

a.zs-social-link {
	color: black !important;
	filter: invert(49%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(97%) contrast(91%);
}

a.zs-social-link > img {
	width: 18px;
}

a.zs-social-link-large {
	color: black !important;
	filter: invert(49%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(97%) contrast(91%);
}

a.zs-social-link-large > img {
	width: 22px;
}

a.zs-social-link-large > span {
	font-size: 1.1rem;
	font-weight: bold;
}

@media (hover: hover) {
	a.zs-social-link:hover {
		filter: invert(57%) sepia(59%) saturate(1590%) hue-rotate(302deg) brightness(91%) contrast(100%);
	}

	a.zs-social-link-large:hover {
		filter: invert(57%) sepia(59%) saturate(1590%) hue-rotate(302deg) brightness(91%) contrast(100%);
	}
}



/* Buttons */

a.zs-btn-pink {
	color: white;
	background-color: #e9608e;
	border-color: #e9608e;
	font-weight: bold;
}

a.zs-btn-pink > img {
	width: 18px;
	filter: invert(95%) sepia(95%) saturate(21%) hue-rotate(285deg) brightness(103%) contrast(101%);
}

@media (hover: hover) {
	a.zs-btn-pink:hover {
		color: white;
		background-color: #d65882;
		border-color: #d65882;
		text-decoration: underline;
	}
}

@media (hover: none) {
	a.zs-btn-pink:hover {
		color: white;
		text-decoration: none;
	}
}



/* Custom Scrollbar (Chrome, Safari, Opera) */

*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 14px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #949494;
}

*::-webkit-scrollbar-thumb:hover
{
	border-radius: 10px;
	background-color: #7a7a7a;
}

*::-webkit-scrollbar-thumb:active
{
	background-color: #e9608e;
}



/* Carousel */

.zs-carousel-cover {
	top: 10px;
	max-height: 330px;
	cursor: pointer;
}

.zs-carousel-control-icon {
	filter: invert(90%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(97%) contrast(91%);
}



/* Book Overlays */

.zs-book-overlay {
	position: absolute;
	display: flex;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0;
	transition: 0.5s;
	opacity: 0;
	color: white;
	backdrop-filter: blur(2px);
}

.zs-book-overlay:hover {
	opacity: 1;
}



/* FAQ */

.zs-faq-question {
	font-weight: bold;
	font-style: italic;
}



/* News & Updates */

.zs-news-banner {
	max-height: 275px;
}

.zs-news-video {
	max-height: 300px;
}

.zs-news-cover-small {
	max-height: 235px;
}

.zs-news-cover-large {
	max-height: 275px;
}



/* Fixed Height Components */

.zs-carousel-component {
    height: 350px;
}

.zs-twitter-feed-component {
	height: 650px;
}



/* Responsive Components */

@media (min-width: 1050px) {
	div.zs-header {
		margin-bottom: 1rem;
	}

    #zs-social-header {
        position: absolute; 
        margin-top: 1.1rem;
        right: 0;
		top: 0;
    }

    #zs-header-image {
        padding-top: 1rem;
        padding-bottom: 1rem;
	}

	.zs-w-75 {
		width: 75%;
	}
}

@media (max-width: 1049px) {
	div.zs-header {
		margin-bottom: 0.2rem;
	}

    #zs-social-header {
        position: relative; 
        padding-bottom: 1rem;
        padding-top: 0rem;
    }

    #zs-header-image {
        padding-top: 1rem;
        padding-bottom: 0rem;
	}

	.zs-w-75 {
		width: 100%;
	}

	*::-webkit-scrollbar
	{
	width: 10px;
	}
}

@media (min-width: 1200px) {
    .zs-book-overlay {
		font-size: 0.95rem;
	}
	.zs-book-overlay-button {
		font-size: 0.95rem !important;
	}

	.zs-purchase-links {
		width: 75%;
	}
}
@media (max-width: 1199px) {
    .zs-book-overlay {
		font-size: 0.72rem;
	}
	.zs-book-overlay-button {
		font-size: 0.72rem !important;
	}

	
	.zs-purchase-links {
		width: 100%
	}
}
@media (min-width: 520px) and (max-width: 767px) {
    .zs-book-overlay {
		font-size: 0.82rem;
	}
	.zs-book-overlay-button {
		font-size: 0.82rem !important;
	}
}

@media (min-width: 374px) and (max-width: 549px) {
	a.zs-social-link {
		padding: 0.5rem 0.7rem !important;
	}
	a.zs-navbar-link {
		padding: 0.5rem 0.4rem !important;
	}
}
@media (max-width: 375px) {
	a.zs-social-link {
		padding: 0.5rem 0.6rem !important;
	}
	a.zs-navbar-link {
		padding: 0.5rem 0.3rem !important;
	}
}